Skip to content

chore: 🐝 Update SDK - Generate 0.28.7#49

Open
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1771114000
Open

chore: 🐝 Update SDK - Generate 0.28.7#49
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1771114000

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Feb 15, 2026

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (automated)

Php SDK Changes:

  • stackone->connect sessions->createConnectSession(): request Changed
  • stackone->accounts->listLinkedAccounts(): response.[]->shared Added
  • stackone->accounts->getAccount(): response.shared Added
  • stackone->accounts->deleteAccount(): response.shared Added
  • stackone->accounts->updateAccount():
    • request.patchAccountExternalDto->shared Added
    • response.shared Added

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └──[🔀] description (66264:48)
└─┬Components
  ├─┬LinkedAccount
  │ ├──[+] properties (66611:990)
  │ ├─┬status
  │ │ ├──[-] enum (1:1309017)❌ 
  │ │ ├──[-] enum (1:1309027)❌ 
  │ │ ├──[-] enum (1:1309039)❌ 
  │ │ ├──[-] enum (1:1309052)❌ 
  │ │ ├──[-] enum (1:1309064)❌ 
  │ │ ├──[-] enum (1:1309075)❌ 
  │ │ ├──[🔀] type (66611:1007)❌ 
  │ │ ├──[+] nullable (66611:1028)❌ 
  │ │ └─┬Extensions
  │ │   └──[-] x-speakeasy-unknown-values (1:1309115)❌ 
  │ ├─┬updated_at
  │ │ ├──[+] enum (66611:861)
  │ │ ├──[+] enum (66611:874)
  │ │ ├──[+] enum (66611:881)
  │ │ ├──[+] enum (66611:898)
  │ │ ├──[-] format (1:1309644)❌ 
  │ │ ├──[+] description (66611:834)
  │ │ ├──[+] nullable (66611:984)❌ 
  │ │ ├──[+] example (66611:914)
  │ │ └─┬Extensions
  │ │   └──[+] x-speakeasy-unknown-values (66611:965)
  │ ├─┬status_reasons
  │ │ ├──[+] enum (66611:191)
  │ │ ├──[+] enum (66611:200)
  │ │ ├──[+] enum (66611:211)
  │ │ ├──[+] enum (66611:223)
  │ │ ├──[+] enum (66611:234)
  │ │ ├──[+] enum (66611:244)
  │ │ ├──[-] items (1:1309188)❌ 
  │ │ ├──[🔀] type (66611:174)❌ 
  │ │ ├──[-] nullable (1:1309156)❌ 
  │ │ └─┬Extensions
  │ │   └──[+] x-speakeasy-unknown-values (66611:282)
  │ └─┬type
  │   ├──[-] enum (1:1309747)❌ 
  │   ├──[-] enum (1:1309761)❌ 
  │   ├──[-] enum (1:1309769)❌ 
  │   ├──[-] enum (1:1309787)❌ 
  │   ├──[+] items (66611:348)❌ 
  │   ├──[🔀] type (66611:332)❌ 
  │   ├──[-] description (1:1309718)
  │   ├──[-] example (1:1309805)
  │   └─┬Extensions
  │     └──[-] x-speakeasy-unknown-values (1:1309859)❌ 
  ├─┬PatchAccountExternalDto
  │ ├──[+] properties (66615:955)
  │ └─┬type
  │   ├──[-] enum (1:1312156)❌ 
  │   ├──[-] enum (1:1312170)❌ 
  │   ├──[-] enum (1:1312178)❌ 
  │   ├──[🔀] type (66615:972)❌ 
  │   ├──[-] description (1:1312127)
  │   ├──[-] example (1:1312196)
  │   └─┬Extensions
  │     └──[-] x-speakeasy-unknown-values (1:1312250)❌ 
  └─┬ConnectSessionCreate
    ├──[+] properties (66602:2318)
    ├──[+] properties (66602:2485)
    ├──[+] properties (66602:2129)
    └─┬type
      ├──[-] enum (1:1303542)❌ 
      ├──[-] enum (1:1303550)❌ 
      ├──[-] enum (1:1303528)❌ 
      ├──[🔀] type (66602:2335)❌ 
      ├──[🔀] description (66602:2359)
      ├──[🔀] default (66602:2463)❌ 
      ├──[-] example (1:1303568)
      └─┬Extensions
        └──[-] x-speakeasy-unknown-values (1:1303647)❌ 
Document Element Total Changes Breaking Changes
info 1 0
components 57 28

View full report

Linting Report 0 errors, 8 warnings, 27 hints

View full report

PHP CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.717.0


Summary by cubic

Updates the PHP SDK to v0.28.7 with account sharing controls and connect session scope support. Adds new fields to connect session creation and exposes the shared flag across account APIs.

  • New Features

    • Connect Sessions: request supports shared, relink, and scopes.
    • Accounts: list/get/delete responses include shared.
    • Accounts: update request accepts shared; response includes shared.
    • Added Scopes model for token scope restrictions.
  • Dependencies

    • SDK version bumped to 0.28.7; Speakeasy CLI 1.717.0; generator 2.824.1.

Written for commit a683a1b. Summary will update on new commits.

* `stackone->connect sessions->createConnectSession()`:  `request` **Changed**
* `stackone->accounts->listLinkedAccounts()`:  `response.[]->shared` **Added**
* `stackone->accounts->getAccount()`:  `response.shared` **Added**
* `stackone->accounts->deleteAccount()`:  `response.shared` **Added**
* `stackone->accounts->updateAccount()`: 
  *  `request.patchAccountExternalDto->shared` **Added**
  *  `response.shared` **Added**
@github-actions github-actions bot added the patch Patch version bump label Feb 15, 2026
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 15 files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant